ANU BDSI
workshop Introduction to R programming
Biological Data Science Institute
3rd April 2024
.RData and .rda but we won’t cover this).readr::read_csv() (note: readr is part of tidyverse)readxl::read_xlsx:Error: `path` does not exist: 'kingston-data.xlsx'
data/data.csv) or an absolute path (e.g. C:\\user/myproject/data/data.csv) to point to the right location of the datagetwd() and setwd(), respectively.anu-bdsi.github.io/workshop-intro-to-R/